Skip to main content

DescribeDomainDetail

Description

call the DescribeDomainDetail interface to obtain domain name asset details.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeDomainDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
DomainNameBODYstringYes*.test.comdomain name or website name.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
InstanceNamestringiZm5e6w7dzsktt6mz4yimeZ-60288asset name.
AssetTypestring0the asset type of the asset under the domain name. Valid values include: < B data-tag=" B "class=" B ">0:ECS 1: load balancing 2:NAT gateway 3:RDS database 4:MongoDB database
DomainDetailItemsarrayNo sample value for this parameter.domain name related asset information.
Uuidstringlb-bp1g9dohoyin9cjhn6ittunique identification ID of the asset instance.
RequestIdstring3A85CFCF-05C8-451A-9E41-C0D5E96BA407request ID.
InternetIpstring1.2.3.1the public IP address corresponding to the asset.
InstanceIdstringi-m5e6w7dzsktt6mz4yimeasset instance ID.
RootDomainstringtst.comthe root domain name corresponding to the domain name.
DomainstringB .tst.comdomain name name.
IntranetIpstring1.2.3.2the private IP address corresponding to the asset.

Example

Successful Response example

{
"InstanceName":"iZm5e6w7dzsktt6mz4yimeZ-60288",
"AssetType":"0",
"DomainDetailItems":"",
"Uuid":"lb-bp1g9dohoyin9cjhn6itt",
"RequestId":"3A85CFCF-05C8-451A-9E41-C0D5E96BA407",
"InternetIp":"1.2.3.1",
"InstanceId":"i-m5e6w7dzsktt6mz4yime",
"RootDomain":"tst.com",
"Domain":"B .tst.com",
"IntranetIp":"1.2.3.2"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}